A. Interface
B. Class
C. Variable
D. Method
Advertisement
Related Mcqs:
- Hot java is_______________?
- A. Web browser B. Java environment C. System software D. IDE...
- Which statement is static and synchronized in JDBC API ?
- A. getConnection() B. executeQuery() C. prepareCall() D. executeUpdate()...
- After the compilation of the java source code, which file is created by the JVM ?
- A. .class B. .doc C. .java D. .cdr...
- What is the output for the below code ? public class Test{public static void main(String[] args){int i = 010; int j = 07;System.out.println(i); System.out.println(j); } } ?
- A. 7 8 B. 8 7 C. 9 8 D. None...
- What is meaning of jar ?
- A. java array B. java architecture C. java archived D. none of these...
- In Java byte, short, int and long all of these are ____________?
- A. signed B. unsigned C. Both of the above D. None of these...
- A package is a collection of__________________?
- A. Classes and Interfaces B. Classes C. Editing tools D. Editing tools and Interfaces...
- Program which executes applet is known as________________?
- A. JVM B. virtual machine C. applet engine D. None of above...
- Which type of inheritance is not supported by java_____________?
- A. Single B. Mulilevel C. Hirarchical D. Multiple...
- The class java.sql.Timestamp is associated with _____________?
- A. java.util.Date B. java.util.Time C. java.sql.Time D. None of above...
Advertisement